home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 008 / prghlp.arc / PROGHELP.TXT < prev   
Encoding:
Text File  |  1987-05-05  |  3.9 KB  |  90 lines

  1.                                ProgHelp.Exe 
  2.                           The Programmer's Helper 
  3.  
  4.  
  5.                           (C) 1987, Pete Petrakis 
  6.                       Life Sciences Editorial Service 
  7.                             1236 River Bay Road 
  8.                          Annapolis, Maryland 21401 
  9.                               (301) 261-1275 
  10.  
  11.  
  12.   ProgHelp is a programmer's utility written in compiled QuickBasic and 
  13. linked with several MicroHelp Inc. assembly language modules to provide 
  14. access to DOS and BIOS functions.  The program provides four kinds of useful
  15. information for programmers: 
  16.  
  17.      1.   Keyboard codes, including ASCII numbers, characters, 
  18.           shift codes, and scan codes.  All are displayed when you 
  19.           press a key. 
  20.  
  21.      2.   An ASCII character table, providing numbers and 
  22.           characters for all 256 members of the ASCII set. 
  23.  
  24.      3.   A color code generator that displays sample patches of 
  25.           all 16 basic colors.  Type in the numbers for foreground 
  26.           and background colors, and decide whether you want the 
  27.           foreground to blink.  The program calculates the number 
  28.           for the composite color (in decimal and hex), displays 
  29.           a sample of printing in that color, and shows you how to 
  30.           produce the color in Basic. 
  31.  
  32.      4.   An old-fashioned clock to tell you that you have 
  33.           programmed long enough and it's way past bedtime. 
  34.  
  35.   The program is extremely easy to use, and you can move easily from one 
  36. function to another, in any order.  The separate screens have all the 
  37. information you need to switch from function to function.  In addition, a 
  38. help screen is accessible from the opening screen of the program, although 
  39. you may never need it after the first time (if then). 
  40.  
  41.  
  42.                             Loading the Program 
  43.  
  44.   You need MS/PCDOS 3 or higher and a color board to run this program. 
  45.  
  46.   You can run ProgHelp either as an ordinary program or as a memory-resident
  47. program, depending on how you load it.  To run it as an ordinary program, 
  48. simply type PROGHELP (Return) at the DOS prompt the way you would with any 
  49. program. 
  50.  
  51.   There are three ways to load ProgHelp as a memory-resident program, 
  52. depending on how you want the program to be stored: 
  53.  
  54.  
  55.      1.   Store the program in ordinary RAM.  The command line to 
  56.           load it this way is: PROGHELP DOS (Return).  Be advised, 
  57.           however, that the program will eat a big chunk of your 
  58.           RAM (over 150,000 bytes). 
  59.  
  60.      2.   Store the program in expanded memory.  If you have 
  61.           expanded memory with the Lotus-Microsoft-Intel (LIM) 
  62.           specifications (e.g., from Intel's Above Board), you can 
  63.           store the bulk of the program in expanded memory, and 
  64.           only about 8700 bytes will be taken out of your DOS RAM.  
  65.           To load the program in expanded memory, type 
  66.           PROGHELP EMS (Return) at the DOS prompt. 
  67.  
  68.      3.   Use a disk to swap a current program with ProgHelp 
  69.           whenever you want to run ProgHelp.  To load the program 
  70.           for disk swapping, type PROGHELP DISK (Return) at the 
  71.           DOS prompt.  Although you can swap programs using a 
  72.           floppy diskette, it is very slow; you'd be much better 
  73.           off using a hard disk or a RAM disk. 
  74.  
  75.  
  76.                Invoking the Program in Memory Resident Mode 
  77.  
  78.   When you have loaded the program in one of the memory-resident modes, you 
  79. can invoke it at any time by pressing CTRL-SHIFT-F1.  That is, hold down the
  80. CTRL key and a SHIFT key simultaneously and press F1. 
  81.  
  82.  
  83.                       ProgHelp is a Shareware Program 
  84.  
  85.   Your comments and suggestions are welcome.  If you find the program useful
  86. a $10 contribution would be appreciated, since ProgHelp is shareware and not
  87. in the public domain. 
  88.  
  89.                                              Pete Petrakis 
  90.